home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / flxkey.exe / FLXKEY.ERR < prev    next >
Text File  |  1993-02-21  |  1KB  |  40 lines

  1.  
  2.   FlxKey Error Codes
  3.   ==================
  4.  
  5.   Low byte values
  6.   ---------------
  7.      0 : No Errors.
  8.      1 : One or more of the encryption-code strings is blank.
  9.      2 : Filename for for registration-key is blank.
  10.      3 : HEAP allocation error. Unable to allocate 1024 byte buffer.
  11.      4 : BlockWrite error.
  12.      5 : BlockRead error.
  13.      6 : Date error. PC's system date pre-dates registration-key date.
  14.      7 : Registration-key is corrupt.
  15.     16 : Standard TP IOresult error.
  16.  
  17.  
  18.    High byte values
  19.    ----------------
  20.      Standard TP run-time error-codes. Check your TP manuals for
  21.      a complete list of discriptions.
  22.  
  23.      2 : File not found.
  24.      3 : Path not found.
  25.      4 : Too many files open.
  26.      5 : File access denied.
  27.    100 : Disk read error.
  28.    101 : Disk write error.
  29.    103 : File not open.
  30.    150 : Disk is write-protected.
  31.    152 : Drive not ready.
  32.    156 : Disk seek error.
  33.    157 : Unknown media type.
  34.    160 : Device write fault.
  35.    161 : Device read fault.
  36.    162 : Hardware failure.
  37.    216 : General Protection fault.
  38.  
  39.  
  40.